home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000116_news@columbia.edu _Mon Nov 4 13:19:55 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id NAA10384 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 4 Nov 1996 13:19:54 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id NAA18891 for kermit.misc@watsun; Mon, 4 Nov 1996 13:19:53 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: UUCP lock files in Linux Kermit
  8. Date: 4 Nov 1996 18:19:29 GMT
  9. Organization: Columbia University
  10. Lines: 19
  11. Message-ID: <55lc3h$e99@apakabar.cc.columbia.edu>
  12. References: <326E73E0.5B6ACDF4@vmrc.org>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <326E73E0.5B6ACDF4@vmrc.org>,
  16. Brian Showalter  <showalte@vmrc.org> wrote:
  17. : How do I tell Kermit where to find UUCP lock files?  It keeps looking in
  18. : /var/spool/uucp, and my Red Hat Linux keeps the lock files in /var/lock.
  19. : I've looked through all the help screens and man pages for a parameter to
  20. : set, but can't find anything.
  21. :
  22. This is getting to be a Frequently Asked Question.
  23.  
  24. Version 5A(190) of C-Kermit uses /usr/spool/uucp by default because that is
  25. what Linux originally used.  If you rebuild it with -DLINUXFSSTND, it will use
  26. /var/lock.  Version 6.0, now in the final stages of Beta testing, is built
  27. with -DLINUXFSSTND by default, and uses /var/lock by default.
  28.  
  29. C-Kermit 6.0 Beta is in:
  30.  
  31.   ftp://kermit.columbia.edu/kermit/test/tar/cku192.tar.gz (or .Z)
  32.  
  33. - Frank